ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / CollectionViewResponse<T> Class / TotalItemCount Property






In This Topic
    TotalItemCount Property
    In This Topic
    The total number of items in the view before paging is applied.
    Syntax
    'Declaration
     
    
    Public Property TotalItemCount As System.Integer
    'Usage
     
    
    Dim instance As CollectionViewResponse(Of T)
    Dim value As System.Integer
     
    instance.TotalItemCount = value
     
    value = instance.TotalItemCount
    public System.int TotalItemCount {get; set;}
    public read-write property TotalItemCount: System.Integer; 
    public function get,set TotalItemCount : System.int
    public: __property System.int get_TotalItemCount();
    public: __property void set_TotalItemCount( 
       System.int value
    );
    public:
    property System.int TotalItemCount {
       System.int get();
       void set (    System.int value);
    }
    See Also